@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, table, th, td, form, legend, input, button, textarea {
margin: 0;padding: 0;font-family: "微软雅黑";}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
	border: none;
	vertical-align: middle;
}
caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, iframe, abbr {
    border: 0;
}

i, em {
    font-style: normal;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

textarea {
    overflow: auto;
    resize: none;
}

label {
    cursor: default;
}

a, button {
    cursor: pointer;
}

body, textarea, input, button, select {
    color: #131313;
    outline: 0;
}
a,a:hover,a:active,a:focus{
    color: #333;
    text-decoration: none;
}
body{
    overflow-x: hidden;
	background-color:white;
}
input{vertical-align: middle;}

/*Acshoes【插件】轮播切换【satart】*/
.Acshoes-swiper{position: relative;overflow: hidden;}
.Acshoes-swiper-wrapper{
	display: box;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-box;
	display: -o-box;
	display:flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:-moz-flex;
	display:-o-flex;	
}
.Acshoes-swiper-slide{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;
flex-shrink: 0;-webkit-flex-shrink: 0;-moz-flex-shrink: 0;-ms-flex-shrink: 0;-o-flex-shrink: 0;position:relative;}
.Acshoes-swiper-pre,.Acshoes-swiper-next{position: absolute;width:40px;height: 80px;cursor: hand;cursor: pointer;top:50%;
margin-top:-40px;}
.Acshoes-swiper-pre{left:-50px;background-image: url(../images/hom-pro-prev.png);background-repeat: no-repeat;
background-position: center;}
.Acshoes-swiper-next{right:-50px;background-image: url(../images/hom-pro-next.png);background-repeat: no-repeat;
background-position: center;}
.Acshoes-swiper-page{text-align: center;margin-top:30px;}
.Acshoes-position{position:absolute;left:0;bottom:20px;width:100%;}
.Acshoes-swiper-page span{cursor: hand;cursor: pointer;margin:0 5px;display: inline-block;}
.Acshoes-swiper-page span.Acshoes-swiper-page-cot{width:9px;height:9px;border-radius:50%;-webkit-border-radius:50%;
-moz-border-radius:50%;background-color:#ccc;}
.Acshoes-swiper-page span.Acshoes-swiper-page-cot.active{background-color:#0089e1;}
.Acshoes-swiper-page span.Acshoes-swiper-page-number{padding:2px 7px;border:1px solid #ccc;font-size:14px;color:#666;}
.Acshoes-swiper-page span.Acshoes-swiper-page-number.active{background-color:#0089e1;border:1px solid #0089e1;color: white;}
.Acshoes-single,
.Acshoes-total,
.Acshoes-number-cot{font-size:20px;color: #aaa;}
.Acshoes-single{color: #bd0303;}
/*Acshoes【插件】轮播切换【end】*/

/*-------------------------------------header【start】---------------------------------------*/
.hed-top{
	background-color:#333;
	padding:60px 0 30px;
}
.hed-top-logo img{
	height:60px;
}

.hed-top-info{
	margin-top:40px;
}
.hed-top-info .img-tips-cot{
	max-width:300px;
}
.hed-top-info .tel img{
	width:25px;
	margin-right:5px;
}
.hed-top-info .tel span{
	font-size:16px;
	color:white;
}
.hed-top-info .tel img,
.hed-top-info .tel span{
	vertical-align:middle;
}
.hed-top-info .lang{
	text-align:right;
}
.hed-top-info .lang img{
	width:23px;
}
.hed-top-info .lang a{
	font-size:16px;
	color:white;
	margin-left:10px;
}
.hed-top-info .lang img,
.hed-top-info .lang a{
	vertical-align:middle;
	position:relative;
}
.hed-top-info .lang a:hover,
.hed-top-info .lang a.active{
	color:rgba(255,255,255,0.4);
	font-style:italic;
}
.hed-top-info .lang a:hover::after,
.hed-top-info .lang a.active::after{
	content:"";
	position:absolute;
	left:2px;
	right:2px;
	bottom:0;
	height:1.5px;
	bottom:0;
	background-color:white;
	opacity:0.8;
}

.hed-nav{
	background-color:#ea6230;
	text-align:center;
	position:relative;
}
.hed-nav-div{display:none;}
.hed-cot.fixed .hed-nav{
	position:fixed;
	z-index: 1500;
	left:0;
	right:0;
	top:0;
}
.hed-cot.fixed .hed-nav-div{
	display:block;
}
.hed-nav>ul>li{
	display:inline-block;
	vertical-align:middle;
}
.hed-nav>ul>li>a{
	font-size:18px;
	color:white;
	position:relative;
	display:block;
	line-height:70px;
	padding:0 20px;
}
.hed-nav>ul>li>a>i{
	display:none;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:30px;
	font-size:20px;
	text-align:center;
}
.hed-nav>ul>li>a::after{
	display:none;
	content:"";
	position:absolute;
	width:1.5px;
	height:6px;
	background-color:white;
	left:50%;
	bottom:12px;
	transform:translate(-50%,0);
}
.hed-nav>ul>li:hover>a,
.hed-nav>ul>li.active>a{
	color:#333;
}
.hed-nav>ul>li:hover>a::after,
.hed-nav>ul>li.active>a::after{
	display:block;
}

.hed-nav-two{
	background-color:white;
	padding:0 40px;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	z-index:2;
	display:none;
	box-shadow:2px 2px 15px rgba(0,0,0,0.1);
}
.hed-nav-two .hed-nav-two-cot + .hed-nav-two-cot{
	border-top:1px solid #eee;
}
.hed-nav-two .hed-nav-two-cot{
	padding:10px 0;
}
.hed-nav-two .hed-nav-two-cot.type1{
	display:none;
}
.hed-nav-two .hed-nav-two-cot.type1.open{
	display:block;
}
.hed-nav-two .hed-nav-two-cot a{
	display:inline-block;
	font-size:14px;
	color:#333;
	padding:5px 0;
	width:110px;
	text-align:center;
	border-right:1px solid #eee;
	position:relative;
}
.hed-nav-two .hed-nav-two-cot a i{
	position:absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	font-size:14px;
	color:#333;
	display:none;
}
.hed-nav-two .hed-nav-two-cot a:last-child{
	border-right:none;
}
.hed-nav-two .hed-nav-two-cot a:hover,
.hed-nav-two .hed-nav-two-cot a.active{
	color:#ea6230;
}
.hed-nav>ul>li:hover .hed-nav-two{
	display:block;
}



/*hed-btn-style【s】*/
.hed-nav-btn{
	height:22px;
	width:30px;
	cursor:hand;
	cursor:pointer;
	position: fixed;
	display:block;
	top:20px;
	right:20px;
	z-index:200;
	display:none;
}
.hed-nav-btn span{display:block;height:4px;width:100%;background-color:#ea6230;border-radius:2px;position:absolute;left:0;}
.hed-nav-btn span.btn1{top:0;}
.hed-nav-btn span.btn2{top:9px;}
.hed-nav-btn span.btn3{bottom:0;}
.hed-nav-btn.open span.btn2{opacity:0;}
.hed-nav-btn.open{transform:rotate(90deg);}
.hed-nav-btn.open span.btn1{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);-o-transform:rotate(45deg);bottom:10px;top:auto;}
.hed-nav-btn.open span.btn3{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);bottom:10px;left:auto;}
.hed-nav-btn.open,
.hed-nav-btn,
.hed-nav-btn.open span.btn1,
.hed-nav-btn span.btn1,
.hed-nav-btn.open span.btn3,
.hed-nav-btn span.btn3{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;}
/*hed-btn-style【e】*/

/*搜索框【s】*/
.hed-search{
	position:fixed;
	top:10px;
	left:50%;
	transform:translateX(-50%);
	background-color:rgba(0, 0, 0, 0.5);
	border-radius:100px;
	padding:10px 90px 10px 20px;
	z-index:300;
	width:500px;
	box-shadow:2px 2px 15px rgba(255,255,255,0.3);
	display:none;
	box-sizing: border-box;
}
.hed-search .hed-search-cot{
	position:relative;
}
.hed-search .hed-search-cot input{
	height:40px;
	background-color:white;
	border:none;
	border-radius:100px;
	font-size:16px;
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
}
.hed-search .hed-search-cot img{
	position:absolute;
	left:100%;
	top:50%;
	transform:translateY(-50%);
	margin-left:10px;
	width:30px;
}

.hed-search-close{
	position:absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	z-index:3;
}
.hed-search-close img{
	width:25px;
}
.hed-search-close img:hover,
.hed-search .hed-search-cot img:hover{
	opacity: 0.7;
}
/*搜索框【e】*/

/*-------------------------------------header【end】---------------------------------------*/

/*-------------------------------------footer【start】---------------------------------------*/
.foot-ewm{
	background-image:url(../images/footer/foot-back.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding:30px 10px;
	border-bottom:30px solid #ea6230;
}
.foot-ewm .ewm img{
	width:80px;
}
.foot-ewm .ewm h6{
	margin-top:15px;
	font-size:16px;
	color:white;
}
.foot-nav{
	background-color:white;
	padding:40px 10px;
}
.foot-nav .nav-item{
	display:inline-block;
	margin:0 15px;
	vertical-align:top;
}
.foot-nav .nav-item h4 span{
	display:inline-block;
	font-size:16px;
	color:#333;
	padding-bottom:4px;
	border-bottom:1.5px solid rgba(234,98,48,0.6);
	margin-bottom:5px;
}
.foot-nav .nav-item p a{
	display: inline-block;
	font-size:14px;
	color:#333;
	margin:2px 5px;
}
.foot-nav .nav-item p a:hover{
	color:#ea6230;
	text-decoration:underline;
}
/*-------------------------------------footer【end】---------------------------------------*/

/*-------------------------------------首页【start】---------------------------------------*/
/*banner【start】*/
.pub-banner-wai{position:relative;}
.banner-wai{height:480px;}
.swiper-slide a{display:block;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden;}
.swiper-pagination-bullet,.swiper-pagination-switch{
    background-color:white !important;
    opacity: 1 !important;
    width: 45px !important;
    height: 3px !important;
    margin:0 5px !important;
	border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
	vertical-align: middle;
}
.swiper-pagination-bullet-active,.swiper-active-switch{
    opacity: 1 !important;
	background-color:#ea6230 !important;
}
.swiper-pagination-switch,.swiper-active-switch{border-radius: 50px !important;-webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;}

.banner-wai .swiper-pagination{
    width:100% !important;
    text-align: center;
    left:0 !important;
    bottom:20px !important;
    z-index:20;
}

.pub-banner-pagination,
.pub-swiper-pagination{
	text-align:center;
	margin-bottom:20px;
	position:absolute;
	z-index:3;
	left:0;
	right:0;
}
/*banner【end】*/


/*hom-section1【start】*/
.hom-section1 .section1-nav{
	padding-bottom:15px;
	border-bottom:1.5px solid #666;
}
.hom-section1 .section1-nav span{
	font-size:18px;
	color:#333;
	cursor: pointer;
	cursor:hand;
	padding:0 5px;
	font-weight:bold;
}
.hom-section1 .section1-nav span + span{
	position:relative;
}
.hom-section1 .section1-nav span:hover,
.hom-section1 .section1-nav span.active{
	color:#ea6230;
}
.hom-section1 .section1-slide{
	display:none;
}
.hom-section1 .section1-slide.active{
	display:block;
}
.hom-section1 .section1-slide .slide-cot1{
	position:relative;
}
.hom-section1 .section1-slide .slide-cot1-info{
	position:relative;
	z-index:2;
}
.hom-section1 .section1-slide .slide-cot1-info h6{
	font-size:18px;
	color:#333;
}
.hom-section1 .section1-slide .slide-cot1-info p{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.hom-section1 .section1-slide .slide-cot1-info img{
	max-width:100%;
}
.hom-section1 .section1-slide .slide-cot1-back{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:30%;
	background-color:#F2F2F2;
}
.hom-section1 .section1-slide .slide-cot2{
	background-color:#F2F2F2;
	padding:30px 0 60px;
}

.hom-section1 .section1-slide .slide-cot2-logo ul li{
	padding:15px;
}
.hom-section1 .section1-slide .slide-cot2-logo ul li a{
	padding-top:42%;
	background-color:#ccc;
}
.hom-section1 .section1-slide .slide-cot2-logo ul li a img{
	width:100%;
}
/*hom-section1【end】*/

/*hom-section1-2【start】*/
.hom-section1-2{
	background-color:#3E3E40;
}
.hom-section1-2 .cot1-swiper .swiper-slide a{
	display:block;
	padding-top:60%;
}
/*hom-section1-2【end】*/

/*hom-section2【start】*/
.hom-section2 .section2-cot1-back{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:12%;
	background-color:#F2F2F2;
}
.hom-section2 .section2-cot1-info p{
	font-size:16px;
	color:#666;
	line-height:35px;
	text-indent:40px;
}
.hom-section2 .section2-cot1-dig{
	font-size:0;
}
.hom-section2 .section2-cot1-dig img{
	width:20%;
	display:inline-block;
}

.hom-section2 .section2-cot2{
	background-color:#F2F2F2;
}
.hom-section2 .section2-cot2 .section2-cot2-video{
	padding-top:55%;
	background-color:#666;
}
/*hom-section2【end】*/

/*hom-section3【start】*/
.hom-section3{
	background-color:#3E3E40;
}
.hom-section3 .section3-cot-back{
	background-color:#F2F2F2;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:50%;
}
.hom-section3 .section3-cot-slide{
	width:33.33333%;
}
.hom-section3 .section3-cot-slide-nei{
	background-color:white;
	margin:10px 15px;
}
.hom-section3 .section3-cot-slide-nei .slide-img{
	padding-top:58%;
	background-color:#ccc;
}
.hom-section3 .section3-cot-slide-nei .slide-cot{
	padding:20px 10px;
}
.hom-section3 .section3-cot-slide-nei .slide-list ul li a{
	display:block;
	color:#333;
	padding:20px 0;
	border-top:1px solid #ddd;
}
.hom-section3 .section3-cot-slide-nei .slide-list ul li a h6{
	font-size:15px;
	line-height:26px;
	height:26px;
}
.hom-section3 .section3-cot-slide-nei .slide-list ul li a p{
	font-size:14px;
	line-height:24px;
}
.hom-section3 .section3-cot-slide-nei .slide-list ul li a p.time{
	height:24px;
}
.hom-section3 .section3-cot-slide-nei .slide-list ul li a p.des{
	height:48px;
}
.hom-section3 .section3-cot-slide-nei .slide-more a{
	display:block;
	padding-top:20px;
	border-top:1px solid #ddd;
	text-align:center;
}
.hom-section3 .section3-cot-slide-nei .slide-more a img{
	width:18px;
}
.hom-section3 .section3-cot-slide-nei .slide-more a:hover img{
	transform:translateY(3px) scale(1.3,1.3);
}
.hom-section3 .section3-cot-slide-nei .slide-list ul li a:hover{
	color:#ea6230;
	text-decoration:underline;
}
/*hom-section3【end】*/

/*-------------------------------------首页【end】---------------------------------------*/


/*-------------------------------------行业方案【start】---------------------------------------*/
/*汽车真皮内饰-type1【start】*/
.automobile-type1-section2{
	background-color:#F2F2F2;
}
.automobile-type1-section2 ul li .section2-img{
	padding-top:92%;
}
.automobile-type1-section2 ul li .section2-info{
	background-color:white;
}
.automobile-type1-section2 ul li .section2-info h4{
	font-size:16px;
	color:#000;
	line-height:40px;
	padding:0 10px;
	text-align:center;
	height:40px;
}
.automobile-type1-section2 ul li .section2-info h6{
	font-size:14px;
	color:white;
	background-color:#595959;
	line-height:24px;
	height:58px;
	padding:5px;
	text-align:center;
}
.automobile-type1-section2 ul li .section2-info::after{
	content:"";
	height:1px;
	display:block;
}
.automobile-type1-section2 ul li .section2-info p{
	font-size:14px;
	color:#999;
	line-height:26px;
	height:208px;
	margin:10px;
}
.automobile-type1-section2 ul li .section2-info p span{
	display:block;
}
.automobile-type1-section3 .section3-main1{
	background-color:#3E3E40;
	position:relative;
}
.automobile-type1-section3 .section3-main1 .section3-main1-cot2 img{
	position:relative;
	z-index:2;
}
.automobile-type1-section3 .section3-main1 .section3-main1-cot2::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	height:0;
	padding-top:50px;
	background-color:#F2F2F2;
	bottom:0;
}
.automobile-type1-section3 .section3-main1-cot1 p{
	font-size:14px;
	line-height:30px;
	color:white;
}
.automobile-type1-section3 .section3-main2{
	background-color:#F2F2F2;
}
.automobile-type1-section3 .section3-main2-cot1 .cot1-item{
	width:20%;
	padding:0 10px;
	box-sizing:border-box;
	text-align:center;
}
.automobile-type1-section3 .section3-main2-cot1 .cot1-item h6{
	font-size:14px;
}
.automobile-type1-section3 .section3-main2-cot1 .cot1-item p{
	font-size:14px;
	font-weight:bold;
}
.automobile-type1-section4 .section4-cot1 .cot1-img{
	padding-top:65%;
}
.automobile-type1-section4 .section4-cot2 h2{
	font-size:30px;
	font-weight:bold;
	color:#000;
	padding:0 10px 15px;
	border-bottom:1px solid #333;
	margin-bottom:10px;
}
.automobile-type1-section4 .section4-cot2 p{
	font-size:16px;
	color:#666;
	line-height:30px;
	position:relative;
	padding-left:13px;
}
.automobile-type1-section4 .section4-cot2 p i{
	position:absolute;
	width:5px;
	height:1px;
	background-color:#ea6230;
	left:0;
	top:15px;
}
/*汽车真皮内饰-type1【end】*/

/*运动鞋-type1【start】*/
.footwear-type1-section1 .section1-cot2 p{
	font-size:14px;
	color:#333;
	line-height:28px;
	position:relative;
	padding-left:20px;
}
.footwear-type1-section1 .section1-cot2 p i{
	position:absolute;
	width:15px;
	height:1px;
	background-color:#ea6230;
	left:0;
	top:15px;
}
.footwear-type1-section1 .section1-cot3{
	padding-top:10px;
	border-top:1px solid #333;
}
.footwear-type1-section1 .section1-cot3 p{
	font-size:14px;
	color:#333;
	line-height:28px;
}
.footwear-type1-section1 .section1-tab1 h6{
	font-size:18px;
	padding-bottom:5px;
	border-bottom:1px solid white;
}
.footwear-type1-section1 .section1-tab1 p{
	font-size:14px;
}
.footwear-type1-section1 .section1-tab1 h6,
.footwear-type1-section1 .section1-tab1 p{
	color:white;
}
.footwear-type1-section1 .section1-tab1 table{
	width:100%;
}
.footwear-type1-section1 .section1-tab1 table th,
.footwear-type1-section1 .section1-tab1 table td{
	color:white;
	text-align:center;
}
.footwear-type1-section1 .section1-tab1 table td{
	padding:10px;
	border:1px solid white;
}
.footwear-type1-section1 .section1-tab1 table td span{
	color:#EAE37A;
}

.footwear-type1-section1.cor1 .section1-cot2 p{
	color:white;
}
.footwear-type1-section1.cor1 .section1-cot3{
	border-color:white;
}
.footwear-type1-section1.cor1 .section1-cot3 p{
	color:white;
}
.footwear-type1-section1.cor1{
	background-color:#3E3E40;
}
.footwear-type1-section1.cor1 .section1-cot1 p{
	color:white;
}
/*运动鞋-type1【end】*/

/*其他行业【start】*/

/*其他行业【end】*/
/*-------------------------------------行业方案【end】---------------------------------------*/


/*-------------------------------------优势技术【start】---------------------------------------*/
/*独特技术【start】*/
.advantage-unique-section1{
	background-color:#3E3E40;
}
.advantage-unique-section1 img{
	max-width:200px;
}
.advantage-unique-section1 p{
	font-size:20px;
	color:#ea6230;
	letter-spacing:2px;
}

.advantage-unique-section2 .section2-cot2 .cot2-list-item{
	width:20%;
}
.advantage-unique-section2 .section2-cot2 .cot2-list-item .item-nei{
	border:1px solid #bbb;
	margin:5px;
}
.advantage-unique-section2 .section2-cot2 .cot2-list-item .item-img{
	padding-top:56%;
}
.advantage-unique-section2 .section2-cot2 .cot2-list-item h4{
	font-size:14px;
	color:#333;
	line-height:24px;
	height:24px;
	padding:0 10px;
}
.advantage-unique-section2 .section2-cot2 .cot2-list-item .item-img + h4,
.advantage-unique-section2 .section2-cot2 .cot2-list-item h4 + .item-img{
	border-top:1px solid #bbb;
}
.advantage-unique-section3 .section3-cot1{
	padding-top:24.7%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.advantage-unique-section4 .section4-back{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:12%;
}
.advantage-unique-section3 .section3-cot2,
.advantage-unique-section4 .section4-back,
.advantage-unique-section5{
	background-color:#333;
}
/*独特技术【end】*/

/*亮点技术【start】*/
.advantage-highlights-section1 .section1-nav{
	font-size:0;
	padding:10px;
}
.advantage-highlights-section1 .section1-nav a{
	display:inline-block;
	font-size:14px;
	line-height:24px;
	padding:0 10px;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin-left:-1px;
}
.advantage-highlights-section1 .section1-nav a:hover,
.advantage-highlights-section1 .section1-nav a.active{
	color:#ea6230;
}
.advantage-highlights-section1 .section1-title{
	background-color:#333;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type1.back1{
	background-color:#01A2EA;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type1.back2{
	background-color:#247882;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type1.back3{
	background-color:#A0A65E;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type1.back4{
	background-color:#B6649C;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type1.back5{
	background-color:#B33155;
}

.advantage-highlights-section1 .section1-list .section1-list-info.type2.back1{
	background-color:#D69961;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type2.back2{
	background-color:#556891;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type2.back3{
	background-color:#AC6484;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type2.back4{
	background-color:#61C3D0;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type2.back5{
	background-color:#7B6FAF;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type2.back6{
	background-color:#E40083;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type2.back7{
	background-color:#0074B1;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type2.back8{
	background-color:#EF8741;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type2.back9{
	background-color:#945937;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type2.back10{
	background-color:#3E3E40;
}

.advantage-highlights-section1 .section1-list .section1-list-info.type3.back1{
	background-color:#DC4D29;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back2{
	background-color:#3765AE;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back3{
	background-color:#34ACA1;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back4{
	background-color:#7A4092;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back5{
	background-color:#ABCE22;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back6{
	background-color:#5FA777;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back7{
	background-color:#2D3689;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back8{
	background-color:#1B52A2;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back9{
	background-color:#347852;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back10{
	background-color:#59C4F0;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back11{
	background-color:#CB68A4;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back12{
	background-color:#688ABD;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back13{
	background-color:#F7AE44;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back14{
	background-color:#F5B06C;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back15{
	background-color:#8A8979;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back16{
	background-color:#5E81A9;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back17{
	background-color:#8ACA9A;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back18{
	background-color:#F19D9A;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back19{
	background-color:#0050A8;
}
.advantage-highlights-section1 .section1-list .section1-list-info.type3.back20{
	background-color:#00BC96;
}

.advantage-highlights-section1 .section1-list .section1-list-info .list-logo{
	width:60px;
	margin-right:10px;
}
.advantage-highlights-section1 .section1-list .section1-list-info .list-txt{
	color:white;
}
.advantage-highlights-section1 .section1-list .section1-list-info .list-txt h4{
	font-size:18px;
}
.advantage-highlights-section1 .section1-list .section1-list-info .list-txt h4.s1{
	color:#ea6230;
	font-size:16px;
}
.advantage-highlights-section1 .section1-list .section1-list-info .list-txt p{
	font-weight:bold;
	font-size:16px;
}
.advantage-highlights-section1 .section1-nav,
.advantage-highlights-section1 .section1-list{
	background-color:#F2F2F2;
}
/*亮点技术【end】*/

/*前瞻技术【start】*/
.advantage-prospect-section1{
	background-color:#F2F2F2;
}
/*前瞻技术【end】*/
/*-------------------------------------优势技术【end】---------------------------------------*/

/*-------------------------------------关于爱玛【start】---------------------------------------*/
/*爱玛服务【start】*/
.emma-service-section2{
	background-color:#333;
}
.emma-service-section2 .section2-cot1-img{
	position:absolute;
	left:0;
	top:20px;
	bottom:0;
}
.emma-service-section2 .section2-cot1-img img{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	max-height:100%;
	max-width:100%;
	bottom:0;
}
.emma-service-section2 .section2-cot1-info{
	padding:50px 0;
}
.emma-service-section2 .section2-cot1-info .info-cot{
	width:80%;
	margin:0 auto;
	color:white;
}
.emma-service-section2 .section2-cot1-info .info-cot h4{
	font-size:18px;
	text-align:center;
}
.emma-service-section2 .section2-cot1-info .info-cot p{
	font-size:14px;
	line-height:26px;
}
.emma-service-section2 .section2-cot1-info,
.emma-service-section2 .section2-cot1-img{
	width:50%;
}

.emma-service-section3 .section3-cot1 .info-item + .info-item{
	margin-top:30px;
}
/*爱玛服务【end】*/

/*爱玛概括【start】*/
.emma-survey-section1 .section1-cot1{
	margin-bottom:-50px;
}
.emma-survey-section2 .section2-cot1 .cot1-dig{
	font-size:0;
}
.emma-survey-section2 .section2-cot1 .cot1-dig img{
	display:inline-block;
	width:50%;
}

.emma-survey-info .info-item + .info-item{
	margin-top:10px;
}
.emma-survey-info.s1 .info-item + .info-item{
	margin-top:20px;
}
.emma-survey-info .info-item h4{
	font-size:16px;
	color:#000;
	font-weight:bold;
	position:relative;
	padding-left:25px;
	margin-bottom:10px;
}
.emma-survey-info .info-item h4 img{
	position:absolute;
	width:18px;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.emma-survey-info .info-item p{
	font-size:14px;
	line-height:30px;
	text-indent:30px;
}
.emma-survey-info.cor1 .info-item h4,
.emma-survey-info.cor1 .info-item p{
	color:white;
}

.emma-survey-section7 .section7-back{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:50%;
}
/*爱玛概括【end】*/

/*爱玛理念【start】*/
.emma-idea-section1 .section1-cot1{
	position:relative;
	background-color:#5C75B7;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center bottom;
	padding-bottom:80%;
}
.emma-idea-section1 .cot1-info{
	color:white;
	border-left:1px solid white;
	border-right:1px solid white;
}
.emma-idea-section1 .cot1-info .cot1-info-item + .cot1-info-item{
	margin-top:50px;
}
.emma-idea-section1 .cot1-info .cot1-info-item h4{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
.emma-idea-section1 .cot1-info .cot1-info-item h6{
	font-size:14px;
	font-weight:bold;
}
.emma-idea-section1 .cot1-info .cot1-info-item p{
	font-size:14px;
}
.emma-idea-section1 .cot1-info .cot1-info-item h6,
.emma-idea-section1 .cot1-info .cot1-info-item p
{
	line-height:30px;
}
.emma-idea-section1 .section1-cot1 .cot1-founder-info{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:5;
	background-color:rgba(0,0,0,0.5);
	color:white;
}
.emma-idea-section1 .section1-cot1 .cot1-founder-info p{
	opacity:0.8;
}

.emma-idea-section2 .section2-back{
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:20%;
}
.emma-idea-section2 .section2-cot1{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.emma-idea-section2 .cot1-info2 .info2-item + .info2-item{
	margin-top:20px;
}
.emma-idea-section2 .cot1-info2 .info2-item span{
	display:inline-block;
	width:1px;
	height:20px;
	background-color:#ea6230;
	opacity:0.5;
	transform:rotate(45deg);
	margin-left:10px;
}

.emma-idea-title h2{
	font-size:40px;
	color:white;
	padding:10px 20px;
	border:1px solid white;
	text-align:center;
	letter-spacing:5px;
}
/*爱玛理念【end】*/

/*爱玛历程【start】*/
.emma-course-section1 .section1-cot1 .cot1-item .item-sort .num{
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% 100%;
	width:150px;
	height:150px;
	text-align:center;
}
.emma-course-section1 .section1-cot1 .cot1-item .item-sort .num h4{
	font-size:20px;
	color:#FE4E00;
	padding-top:25px;
}
.emma-course-section1 .section1-cot1 .cot1-item .item-sort .num p{
	font-size:60px;
	color:white;
	font-weight:bold;
}
/* .emma-course-section1 .section1-cot1 .cot1-item .item-sort .num p{
	line-height:99px;
	font-size:40px;
	color:#ea6230;
	text-align:center;
	margin-left:20px;
} */
.emma-course-section1 .section1-cot1 .cot1-item .item-sort .bor1,
.emma-course-section1 .section1-cot1 .cot1-item .item-sort .bor2,
.emma-course-section1 .section1-cot1 .cot1-item .item-sort .bor3,
.emma-course-section1 .section1-cot1 .cot1-item .item-sort .bor4{
	position:absolute;
}
.emma-course-section1 .section1-cot1 .cot1-item .item-sort .bor1{
	width:8px;
	height:50%;
	bottom:0;
	left:13%;
}
.emma-course-section1 .section1-cot1 .cot1-item .item-sort .bor2{
	width:26%;
	height:8px;
	top:50%;
}
.emma-course-section1 .section1-cot1 .cot1-item .item-sort .bor3{
	width:48%;
	height:8px;
	top:50%;
}
.emma-course-section1 .section1-cot1 .cot1-item .item-sort .bor4{
	width:8px;
	height:50%;
	top:0;
	left:13%;
}
.emma-course-section1 .section1-cot1 .cot1-item .item-cot.back-style-r{
	background-position:center right;
}
.emma-course-section1 .section1-cot1 .cot1-item .item-cot.back-style-l{
	background-position:center left;
}
.emma-course-section1 .section1-cot1 .cot1-item .item-cot.back-style{
	background-repeat:no-repeat;
	background-size:cover;
}

.emma-course-section1 .section1-cot1 .cot1-item .item-cot .item-cot-slide + .item-cot-slide{
	margin-top:15px;
}
.emma-course-section1 .section1-cot1 .cot1-item .item-cot .item-cot-slide .img{
	width:26%;
}
.emma-course-section1 .section1-cot1 .cot1-item .item-cot .item-cot-slide .img-cot{
	padding-top:66.6%;
}
.emma-course-section1 .section1-cot1 .cot1-item .item-cot .bor{
	position:absolute;
	width:8px;
	top:0;
	bottom:0;
}
.emma-course-section1 .section1-cot1 .cot1-item .item-cot .item-cot-slide .img + .info,
.emma-course-section1 .section1-cot1 .cot1-item .item-cot .item-cot-slide .info + .img{
	margin-left:20px;
}
.emma-course-section1 .section1-cot1 .cot1-item .item-cot .item-cot-slide .info h4{
	font-size:40px;
	font-weight:bold;
}
.emma-course-section1 .section1-cot1 .cot1-item .item-cot .item-cot-slide .info p{
	font-size:13px;
	line-height:20px;
}
.emma-course-section1 .section1-cot1 .cot1-item .item-cot .item-cot-slide .info h4 + p{
	margin-top:5px;
}

.emma-course-section1 .section1-cot1 .cot1-item.type1 .item-cot .item-cot-slide .info{
	color:white;
}
.emma-course-section1 .section1-cot1 .cot1-item.type1 .item-sort .num{
	margin-left:26%;
	margin-right:auto;
}
.emma-course-section1 .section1-cot1 .cot1-item.type2 .item-sort .num{
	margin-right:26%;
	margin-left:auto;
	float:right;
}
.emma-course-section1 .section1-cot1 .cot1-item.type1 .item-sort .bor1,
.emma-course-section1 .section1-cot1 .cot1-item.type1 .item-sort .bor2,
.emma-course-section1 .section1-cot1 .cot1-item.type2 .item-sort .bor3,
.emma-course-section1 .section1-cot1 .cot1-item.type2 .item-sort .bor4,
.emma-course-section1 .section1-cot1 .cot1-item.type1 .item-cot .bor{
	left:13%;
	right:auto;
}
.emma-course-section1 .section1-cot1 .cot1-item.type2 .item-sort .bor1,
.emma-course-section1 .section1-cot1 .cot1-item.type2 .item-sort .bor2,
.emma-course-section1 .section1-cot1 .cot1-item.type1 .item-sort .bor3,
.emma-course-section1 .section1-cot1 .cot1-item.type1 .item-sort .bor4,
.emma-course-section1 .section1-cot1 .cot1-item.type2 .item-cot .bor{
	right:13%;
	left:auto;
}

.emma-course-back1{
	background-color:#848486;
}
/*爱玛历程【end】*/

/*绿创未来【start】*/
.emma-greenInnova-section1 .section1-back{
	height:20%;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}
.emma-greenInnova-section1 .section1-cot1{
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
	background-color:#1F2120;
	padding-bottom:60%;
}
.emma-greenInnova-section1 .cot1-info-item .item-cot h4{
	font-size:18px;
	position:relative;
}
.emma-greenInnova-section1 .cot1-info-item .item-cot h4.s1{
	padding-right:40px;
}
.emma-greenInnova-section1 .cot1-info-item .item-cot h4 img{
	position:absolute;
	right:0;
	width:30px;
}
.emma-greenInnova-section1 .cot1-info-item .item-cot h4 b{
	font-size:40px;
	color:#7B6FB0;
}ss
.emma-greenInnova-section1 .cot1-info-item .item-cot h4 span{
	font-size:20px;
}
.emma-greenInnova-section1 .cot1-info-item .item-cot i{
	display:inline-block;
	width:1px;
	height:20px;
	background-color:#ea6230;
	opacity:0.5;
	transform:rotate(45deg);
	margin:5px 0 5px 10px;
}
.emma-greenInnova-section1 .cot1-info-item .item-cot p{
	font-size:12px;
	line-height:18px;
}
.emma-greenInnova-section1 .cot1-info-item .item-cot p + p{
	margin-top:20px;
}

.emma-greenInnova-section2 .section2-cot1 .cot1-item{
	border:1px solid #C6C6C6;
	padding:10px;
}
.emma-greenInnova-section2 .section2-cot1 .cot1-item + .cot1-item{
	margin-top:10px;
}
.emma-greenInnova-section2 .section2-cot1 .cot1-item img{
	width:30px;
}
.emma-greenInnova-section3 .section3-cot1 .cot1-info img{
	width:30px;
}
/*绿创未来【end】*/

/*下载中心【start】*/
.emma-download-section2 .section2-cot1 .item-cot2 .info-cot{
	border:1px solid #bbb;
	padding:15px 10px;
}
/*下载中心【end】*/
/*-------------------------------------关于爱玛【end】---------------------------------------*/

/*-------------------------------------联系我们【start】---------------------------------------*/
/*联系方式【start】*/
.contacts-back1,
.contacts-back2{
	position:absolute;
	top:0;
	width:50%;
	bottom:0;
}
.contacts-back1{
	left:0;
}
.contacts-back2{
	right:0;
}
.contacts-section2 .info-item + .info-item{
	margin-top:20px;
}
/*联系方式【end】*/
/*-------------------------------------联系我们【end】---------------------------------------*/


/*-------------------------------------爱玛动态【start】---------------------------------------*/
.dynamics-exhi-switch-per,
.dynamics-exhi-switch-next{
	background-color:rgba(255,255,255,0.3);
	width:100px;
	text-align:center;
	font-size:0;
	cursor:pointer;
	cursor:hand;
	position:absolute;
	top:0;
	bottom:0;
}
.dynamics-exhi-switch-per{
	left:0;
}
.dynamics-exhi-switch-next{
	right:0;
}
.dynamics-exhi-switch-per:hover,
.dynamics-exhi-switch-next:hover{
	background-color:rgba(255,255,255,0.4);
}
.dynamics-exhi-switch-per::after,
.dynamics-exhi-switch-next::after{
	content:"";
	height:100%;
	width:0;
	display:inline-block;
	vertical-align:middle;
}
.dynamics-exhi-switch-per img,
.dynamics-exhi-switch-next img{
	width:20px;
	vertical-align:middle;
}
.dynamics-exhi-switch-per img{
	transform:rotateY(-180deg);
}
.dynamics-exhi-cot a{
	display:block;
}

.dynamics-exhi-cot{
	margin:0 110px;
}
.dynamics-exhi-cot .cot-info h4{
	font-size:14px;
	color:white;
	line-height:24px;
}
.dynamics-exhi-cot .cot-info h6{
	font-size:14px;
	line-height:24px;
	letter-spacing:1px;
}
.dynamics-exhi-cot .cot-info p{
	font-size:12px;
	line-height:20px;
	letter-spacing:1px;
}

.dynamics-exhi-cot .swiper-slide a{
	border-bottom:1px solid #D6D6D6;
}
.dynamics-exhi-cot .swiper-slide .cot-info{
	border-bottom:2px solid #8E8C8B;
}
.dynamics-exhi-cot .swiper-slide:nth-child(3n) .cot-info,
.dynamics-exhi-cot .swiper-slide:last-child .cot-info{
	border-bottom:none;
}
.dynamics-exhi-cot .swiper-slide:nth-child(odd){
	background-color:#F2F2F2;
}
.dynamics-exhi-cot .swiper-slide:nth-child(even){
	background-color:#FEFEFE;
}
.dynamics-exhi-cot .swiper-slide:nth-child(odd) .cot-info h4 span{
	background-color:#ED612E;
}
.dynamics-exhi-cot .swiper-slide:nth-child(even) .cot-info h4 span{
	background-color:#3E3E40;
}

.dynamics-event-info .info-item{
	background-color:white;
}
.dynamics-event-info .info-item + .info-item{
	margin-top:20px;
}
.dynamics-event-info .info-item .info-img{
	padding-top:94%;
	width:205px;
}
.dynamics-event-info .info-item .info-title{
	line-height:24px;
}
.dynamics-event-info .info-item .info-title h4{
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
}
.dynamics-event-info .info-item .info-title p{
	font-size:14px;
}
.dynamics-event-info .info-item .info-cot p{
	font-size:14px;
	letter-spacing:1px;
	line-height:28px;
	text-indent:30px;
	height:140px;
}

.dynamics-event-info .info-item:hover{
	box-shadow:2px 2px 20px rgba(0,0,0,0.1);
}
.dynamics-event-info .info-item:hover .info-img img{
	transform:scale(1.1,1.1);
}
.dynamics-event-info .info-item:hover .info-title h4{
	color:#ea6230;
}
.dynamics-section3 .section3-back{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:20%;
}

.dynamics-details{
	margin:30px 0;
	border-radius:10px;
}
/*-------------------------------------爱玛动态【end】---------------------------------------*/


/*-------------------------------------产品系列【start】---------------------------------------*/
.products-section1 .section1-back1{
	height:20px;
	background-color:#1F1F1F;
}

.products-list .list-info .info-txt h2{
	font-size:40px;
}
.products-list .list-info .info-txt h4{
	font-size:18px;
	letter-spacing:2px;
}
.products-list .list-info .info-txt p{
	font-size:14px;
	line-height:24px;
}

.products-list .list-img .img{
	padding-top:56.3%;
	background-color:#999;
}
.products-list .list-img .img.pad-T-25P{
	padding-top:25%;
}
.products-list .list-img .img.pad-T-36P{
	padding-top:36%;
}
/*-------------------------------------产品系列【end】---------------------------------------*/



/*-------------------------------------公用【start】---------------------------------------*/

/*搜索选择窗【start】*/
.pub-search-select{
	position:fixed;
	top:80px;
	left:0;
	right:0;
	bottom:20px;
	z-index:1000;
	padding:0 20px;
}
.pub-search-select-cot{
	min-height:100%;
	background-color:rgba(255,255,255,0.9);
	border-radius:10px;
	box-sizing: border-box;
	padding:20px;
	overflow-y:auto;
	box-shadow:2px 2px 15px rgba(0,0,0,0.2);
}
.pub-search-select-cot .cot-item a{
	display:block;
	padding:10px 20px;
}
.pub-search-select-cot .cot-item + .cot-item a{
	border-top:1px solid #ccc;
}
.pub-search-select-cot .cot-item a span{
	font-size:18px;
	color:#000;
}
.pub-search-select-cot .cot-item a:hover{
	text-decoration:underline;
}
.pub-search-select-cot .cot-item a h4 b{
	font-size:24px;
	color:#ea6230;
}
/*搜索选择窗【end】*/

/*公用-斜线【start】*/
.pub-bor1{
	display:inline-block;
	width:1px;
	height:20px;
	background-color:#ea6230;
	opacity:0.5;
	transform:rotate(45deg);
	margin:5px 0 5px 10px;
}
/*公用-斜线【end】*/

/*内页-导航【start】*/
.ins-point-nav{
	font-size:0;
	padding:10px;
	background-color:#F2F2F2;
}
.ins-point-nav a{
	display:inline-block;
	font-size:14px;
	line-height:24px;
	padding:0 10px;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin-left:-1px;
}
.ins-point-nav a:hover,
.ins-point-nav a.active{
	color:#ea6230;
}
.js-download-nav.fixed{
	position:fixed;
	z-index:40;
	left:0;
	right:0;
	top:0;
	box-shadow:2px 2px 20px rgba(0,0,0,0.2);
}
/*内页-导航【end】*/

/*内页-banner【start】*/
.ins-banner{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height:500px;
	position:relative;
}
.ins-banner-cot{
	position:absolute;
	left:10px;
	right:10px;
	text-align:center;
	top:50%;
	transform:translateY(-50%);
}
.ins-banner-cot h2{
	font-size:26px;
	color:white;
	letter-spacing:5px;
}

.ins-banner-cot.products h2{
	font-size:150px;
	font-weight:bold;
	color:#ea6230;
}
.ins-banner-cot.products p{
	font-size:18px;
	color:white;
}
/*内页-banner【end】*/

/*公用-内页模块【start】*/
.ins-module-grid.type1 .grid-item-cot .item-img,
.ins-module-grid.type1 .grid-item-cot .item-info{
	padding-top:56%;
}
.ins-module-grid.type1 .grid-item-cot .item-img{
	background-color:#ddd;
}
.ins-module-grid.type1 .grid-item-cot .item-info{
	background-color:#F2F2F2;
}

.ins-module-grid .grid-item-bor{
	display:inline-block;
	height:3px;
	width:20px;
	border-radius:3px;
	background-color:#ea6230;
	margin:10px 0;
}

.ins-module-grid .item-info .info-cot.info1{
	top:50%;
	padding:30px 40px;
	transform:translateY(-50%);
}
.ins-module-grid .item-info .info-cot.info1 .cot1{
	color:#333;
	min-height:150px;
	line-height:30px;
}
.ins-module-grid .item-info .info-cot.info1 .cot1 h2{
	font-size:20px;
}
.ins-module-grid .item-info .info-cot.info1 .cot1 h4{
	font-size:16px;
	font-weight:bold;
}
.ins-module-grid .item-info .info-cot.info1 .cot1 p{
	font-size:14px;
	line-height:30px;
}

.ins-module-back1{
	background-color:white !important;
}
.ins-module-back2{
	background-color:#D1D1D1 !important;
}
.ins-module-back3{
	background-color:#3E3E40 !important;
}
.ins-module-back4{
	background-color:#F2F2F2 !important;
}
.ins-module-back-tran{
	background-color:transparent !important;
}
/*公用-内页模块【end】*/

/*公用-更多按钮【start】*/
.pub-more1{
	margin:20px 0;
}
.pub-more1 img{
	width:30px;
}
.pub-more1 span{
	font-size:18px;
	color:#333;
	padding:2px 5px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	margin-left:3px;
	letter-spacing:2px;
}
.pub-more1 span,
.pub-more1 img{
	display:inline-block;
	vertical-align:middle;
}
.pub-more1:hover span{
	color:#ea6230;
	border-color:#ea6230;
}

.pub-more1.min1 img{
	width:24px;
}
.pub-more1.min1 span{
	font-size:14px;
	margin-left: 0;
	padding:1px 0;
	letter-spacing:1px;
}

.pub-more1.min2 img{
	width:14px;
}
.pub-more1.min2 span{
	font-size:14px;
	line-height:14px;
	margin-left: 0;
	padding:0;
	letter-spacing:1px;
}

.pub-more1.min3 img{
	width:12px;
}
.pub-more1.min3 span{
	font-size:12px;
	margin-left: 0;
	padding:0;
	letter-spacing:1px;
}

.pub-more1.bor-none span{
	border:none;
}
.pub-more1.letter-none span{
	letter-spacing:0;
}
/*公用-更多按钮【end】*/


/*公用-颜色【start】*/
.pub-fot-white{
	color:white !important;
}
.pub-fot-cor1,
.pub-fot-hover-cor1:hover{
	color:#ea6230;
}
.pub-fot-cor2{
	color:#444;
}
.pub-fot-cor3{
	color:#333 !important;
}
.pub-fot-cor4{
	color:#888 !important;
}
.pub-back-tran{
	background-color:transparent !important;
}
.pub-back1{
	background-color:#454547;
}
.pub-back2{
	background-color:#F2F2F2;
}
.pub-back3{
	background-color:#3E3E40;
}
.pub-back4{
	background-color:#FEFEFE;
}
.pub-back5,
.pub-back5-hover:hover{
	background-color:#ea6230;
}
.pub-back6{
	background-color:white !important;
}
/*公用-颜色【end】*/

/*公用-模块【start】*/
.pub-mode-min-5{
	width:5px;
	height:5px;
}
/*公用-模块【end】*/


/*公用-标题栏【start】*/
/*# 1*/
.pub-title1{
	padding:30px 15px;
}
.pub-title1 h2{
	font-size:22px;
	color:#333;
	margin:0 10px;
	letter-spacing:3px;
}
.pub-title1 i{
	height:1.5px;
	background-color:#666;
}
.pub-title1.cor1 i{
	background-color:#ea6230;
}
.pub-title1.cor1 h2{
	color:#ea6230;
}
.pub-title1.cor2 i{
	background-color:white;
}
.pub-title1.cor2 h2{
	color:white;
}
/*# 2*/
.pub-title2{
	padding:5px 10px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	position:relative;
}
.pub-title2 h2{
	font-size:30px;
	color:#333;
	letter-spacing:2px;
}
.pub-title2 .title-bor{
	position:absolute;
	height:45%;
	width:1px;
	background-color:#666;
}
.pub-title2 .title-bor.bor1{
	left:0;
	top:0;
	transform-origin:0% 0%;
	transform:rotate(-20deg);
}
.pub-title2 .title-bor.bor2{
	left:0;
	bottom:0;
	transform-origin: 0% 100%;
	transform:rotate(20deg);
}
.pub-title2 .title-bor.bor3{
	right:0;
	top:0;
	transform-origin: 100% 0%;
	transform:rotate(20deg);
}
.pub-title2 .title-bor.bor4{
	right:0;
	bottom:0;
	transform-origin: 100% 100%;
	transform:rotate(-20deg);
}
.pub-title2.cor1{
	border-color:white;
}
.pub-title2.cor1 .title-bor{
	background-color:white;
}
.pub-title2.cor1 h2{
	color:white;
}
/*公用-标题栏【end】*/

/*动画【start】*/
.hed-nav,
.hed-nav-back,
.hed-nav.open,
.hed-nav-back.open,
.pub-more1 a span,
.pub-more1 a:hover span,
.hom-section3 .section3-cot-slide-nei .slide-more a img,
.hom-section3 .section3-cot-slide-nei .slide-more a:hover img,
.dynamics-event-info .info-item .info-img img,
.dynamics-event-info .info-item:hover .info-img img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
/*动画【end】*/


/*视频放大播放-组件【start】*/
.Ac-video-enlarge{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,0.8);z-index:100;}
.Ac-video-enlarge-close,
.Ac-video-enlarge-cot{position:absolute;}
.Ac-video-enlarge-close{right:0;top:10px;cursor:hand;cursor:pointer;z-index:10;}
.Ac-video-enlarge-cot{top:30px;bottom:20px;left:20px;right:20px;background-color:#CCCCCC;}
.Ac-video-enlarge-cot iframe{border:none;}
/*视频放大播放-组件【end】*/

/*可视区-设置【start】*/
.content-fluid{padding:0 70px;}
.padding-0{padding:0;}
/*可视区-设置【end】*/

/*分页器【start】*/
.ins-temp-page{padding-top:60px;}
.ins-temp-page .temp-page-item{width:100% !important;float:none !important;font-size:14px;color:#666;}
.ins-temp-page .temp-page-item + .temp-page-item{margin-top:5px;font-size:0;}
.ins-temp-page .temp-page-item a,
.ins-temp-page .temp-page-item span{display:inline-block;vertical-align:middle;border: 1px solid #ddd;line-height: 1.5;padding: 5px 12px;margin-left: -1px;margin-right:0 !important;font-size:14px;}
.ins-temp-page .temp-page-item a{background-color:#eee;color:#666;}
.ins-temp-page .temp-page-item span,
.ins-temp-page .temp-page-item a[href]{background-color:white;color:#333;}
.ins-temp-page .temp-page-item span,
.ins-temp-page .temp-page-item a[href]:hover{color:white;}
.ins-temp-page .temp-page-item input[type=text]{width:40px !important;border:1px solid #ccc;height:32px;padding:0 5px;font-size:14px;margin-left:10px;}
.ins-temp-page .temp-page-item input[type=button]{height:32px;padding:0 10px;color:white;border:1px solid #ccc;font-size:14px;border-top-right-radius:3px;border-bottom-right-radius:3px;}
.ins-temp-page .temp-page-item input[type=button]:active{opacity:.8;}

.ins-temp-page .temp-page-item span,
.ins-temp-page .temp-page-item a[href]:hover,
.ins-temp-page .temp-page-item input[type=button]{border-color:#5C9A2E;}

.ins-temp-page .temp-page-item span,
.ins-temp-page .temp-page-item a[href]:hover,
.ins-temp-page .temp-page-item input[type=button]{background-color:#5C9A2E;}
/*分页器【end】*/
/*-------------------------------------公用【end】---------------------------------------*/


/*响应式设置*/
@media (max-width: 1600px) {

}


@media (max-width: 1380px) {
	
	
}

@media (max-width: 1199px) {
	/*-------------------------------------header【start】---------------------------------------*/
	.hed-top-logo img{
		height:50px;
	}
	/*-------------------------------------header【end】---------------------------------------*/

}

@media (max-width: 991px) {

	/*-------------------------------------header【start】---------------------------------------*/
	.hed-top{
		padding:20px 0;
	}
	.hed-top-logo img{
		height:40px;
	}
	.hed-top-info{
		margin-top:20px;
	}
	.hed-top-info .img-tips-cot{
		max-width:200px;
	}

	.hed-nav{
		text-align:left;
		position:fixed;
		width:220px;
		left:-100%;
		top:0;
		bottom: 0;
		z-index: 100;
		overflow:auto;
		
	}
	.hed-nav>ul>li{
		display:block;
	}
	.hed-nav>ul>li>a{
		font-size:16px;
		line-height:normal;
		padding-top:15px;
		padding-bottom:15px;
		padding-right:40px;
	}
	.hed-nav>ul>li>a>i{
		display:block;
	}
	.hed-nav>ul>li>a::after{
		width:100%;
		height:1.5px;
		left:0;
		right:0;
		bottom:0;
		transform:translate(0,0);
		background-color:rgba(255,255,255,0.8);
	}
	.hed-nav-back{
		position:fixed;
		background-color:rgba(0,0,0,0.5);
		right:-100%;
		top:0;
		width:100%;
		height:100%;
		z-index:90;
	}
	.hed-nav.open{
		left:0;
	}
	.hed-nav-back.open{
		right:0;
	}


	.hed-nav-two{
		padding:0;
		position:relative;
		top:0;
		display:none;
	}
	.hed-nav-two .hed-nav-two-cot{
		padding:10px 0;
	}
	.hed-nav-two .hed-nav-two-cot.type1{
		display:none;
	}
	.hed-nav-two .hed-nav-two-cot.type1.open{
		display:block;
	}
	.hed-nav-two .hed-nav-two-cot a{
		display:block;
		padding:5px 25px 5px 10px;
		width:auto;
		border-right:none;
	}
	.hed-nav-two .hed-nav-two-cot a i{
		display:block;
	}
	.hed-nav-two .hed-nav-two-cot a + a{
		border-top:1px solid #eee;
	}
	.hed-nav>ul>li:hover .hed-nav-two{
		display:none;
	}
	.hed-nav-two .hed-nav-two-cot.type1{
		background-color:#eee;
	}


	/*hed-btn-style【s】*/
	.hed-nav-btn{
		display:block;
	}
	/*hed-btn-style【e】*/

	/*-------------------------------------header【end】---------------------------------------*/


	/*-------------------------------------首页【end】---------------------------------------*/
	/*hom-section1【start】*/
	.hom-section1 .section1-slide .slide-cot2-logo ul li{
		padding:5px;
	}
	/*hom-section1【end】*/
	/*-------------------------------------首页【end】---------------------------------------*/	


	/*-------------------------------------联系我们【start】---------------------------------------*/
	/*联系方式【start】*/
	.contacts-back1,
	.contacts-back2{
		width:100%;
		height:100%;
	}
	/*联系方式【end】*/
	/*-------------------------------------联系我们【end】---------------------------------------*/


	
}

@media (max-width: 767px){

	/*-------------------------------------header【start】---------------------------------------*/
	.hed-top{
		padding:10px 0;
	}
	.hed-top-logo img{
		height:30px;
	}
	.hed-top-info{
		margin-top:10px;
	}
	.hed-top-info .img-tips-cot{
		max-width:200px;
	}
	.hed-top-info .img-tips{
		margin:10px 0;
	}
	.hed-top-info .tel,
	.hed-top-info .lang{
		text-align:center;
	}
	.hed-top-info .tel span,
	.hed-top-info .lang a{
		font-size:14px;
	}

	/*搜索框【s】*/
	.hed-search{
		width:90%;
	}
	/*搜索框【e】*/
	/*-------------------------------------header【end】---------------------------------------*/

	
	/*-------------------------------------首页【end】---------------------------------------*/

	/*banner【start】*/
	.banner-wai{height:280px;}
	/*banner【end】*/

	/*hom-section1【start】*/
	.hom-section1 .section1-nav span{
		font-size:14px;
	}
	.hom-section1 .section1-slide .slide-cot1-info p{
		line-height:25px;
	}
	/*hom-section1【end】*/

	/*hom-section2【start】*/
	.hom-section2 .section2-cot1-info p{
		font-size:14px;
		line-height:25px;
	}
	.hom-section2 .section2-cot1-dig img{
		width:50%;
	}
	/*hom-section2【end】*/

	/*hom-section3【start】*/
	.hom-section3 .section3-cot-slide{
		width:100%;
	}
	/*hom-section3【end】*/

	/*-------------------------------------首页【end】---------------------------------------*/


	/*-------------------------------------行业方案【start】---------------------------------------*/
	/*汽车真皮内饰-type1【start】*/	
	.automobile-type1-section3 .section3-main1 .section3-main1-cot2::after{
		padding-top:7%;
	}
	/*汽车真皮内饰-type1【end】*/	

	/*-------------------------------------行业方案【end】---------------------------------------*/

	/*-------------------------------------优势技术【start】---------------------------------------*/
	/*独特技术【start】*/
	.advantage-unique-section2 .section2-cot2 .cot2-list-item{
		width:50%;
	}
	/*独特技术【end】*/
	/*-------------------------------------优势技术【end】---------------------------------------*/

	/*-------------------------------------关于爱玛【start】---------------------------------------*/
	/*爱玛服务【start】*/
	.emma-service-section2{
		background-color:#333;
	}
	.emma-service-section2 .section2-cot1-img{
		position:static;
		top:0;
		padding-top:20px;
		text-align:center;
	}
	.emma-service-section2 .section2-cot1-img img{
		position:static;
		left:0;
		transform:translateX(0);
		height:150px;
	}
	.emma-service-section2 .section2-cot1-info{
		padding:30px 0;
	}
	.emma-service-section2 .section2-cot1-info .info-cot{
		width:auto;
		padding:0 10px;
	}
	.emma-service-section2 .section2-cot1-info,
	.emma-service-section2 .section2-cot1-img{
		width:auto;
	}
	/*爱玛服务【end】*/

	/*爱玛历程【start】*/
	.emma-course-section1 .section1-cot1 .cot1-item .item-sort .num{
		width:100px;
		height:100px;
	}
	.emma-course-section1 .section1-cot1 .cot1-item .item-sort .num h4{
		font-size:16px;
		padding-top:25px;
	}
	.emma-course-section1 .section1-cot1 .cot1-item .item-sort .num p{
		font-size:30px;
	}
	.emma-course-section1 .section1-cot1 .cot1-item .item-cot .item-cot-slide .info h4{
		font-size:20px;
	}
	/*爱玛历程【end】*/
	/*-------------------------------------关于爱玛【end】---------------------------------------*/

	/*-------------------------------------爱玛动态【start】---------------------------------------*/
	.dynamics-exhi-switch-per,
	.dynamics-exhi-switch-next{
		width:40px;
	}
	.dynamics-exhi-cot{
		margin:0 50px;
	}

	.dynamics-event-info .info-item .info-img{
		width:150px;
	}
	.dynamics-event-info .info-item .info-title{
		line-height:20px;
	}
	.dynamics-event-info .info-item .info-title h4{
		font-size:14px;
		overflow: hidden;
		-webkit-line-clamp: 1;
		-moz-line-clamp:1;
		-ms-line-clamp:1;
		-o-line-clamp: 1;
		line-clamp:1;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-box-orient: vertical;
		-o-box-orient: vertical;
		box-orient: vertical;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -o-box;
		display: box;
		word-break: break-all;	
	}
	.dynamics-event-info .info-item .info-title p{
		font-size:12px;
	}
	.dynamics-event-info .info-item .info-cot p{
		font-size:12px;
		line-height:18px;
		text-indent:30px;
		height:72px;
	}
	/*-------------------------------------爱玛动态【end】---------------------------------------*/	


	/*-------------------------------------公用【start】---------------------------------------*/

	/*搜索选择窗【start】*/
	.pub-search-select-cot .cot-item a span{
		font-size:16px;
	}
	.pub-search-select-cot .cot-item a h4 b{
		font-size:18px;
	}
	/*搜索选择窗【end】*/

	/*内页-banner【start】*/
	.ins-banner{
		height:280px;
	}
	/*内页-banner【end】*/

	/*公用-内页模块【start】*/
	.ins-module-grid.type1 .grid-item-cot .item-info{
		padding-top:0;
	}

	.ins-module-grid .grid-item-bor{
		display:none;
	}

	.ins-module-grid .item-info .info-cot.info1{
		top:0;
		transform:translateY(0);
		position: relative;
	}
	.ins-module-grid .item-info .info-cot.info1 .cot1{
		min-height:auto;
	}

	.ins-module-grid .item-info .info-cot.info2{
		position: relative;
	}
	/*公用-内页模块【end】*/

	/*公用-更多按钮【start】*/
	.pub-more1 a img{
		width:25px;
	}
	.pub-more1 a span{
		font-size:14px;
	}
	/*公用-更多按钮【end】*/

	/*-------------------------------------公用【end】---------------------------------------*/

}

@media (max-width: 480px){

}
